home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / TERMLIB.PRO < prev    next >
Text File  |  1993-01-12  |  431b  |  10 lines

  1. /* termlib.c */
  2. int tgetent __PARMS((char *tbuf, char *term));
  3. int getent __PARMS((char *tbuf, char *term, struct __stdio *termcap));
  4. int nextent __PARMS((char *tbuf, struct __stdio *termcap));
  5. int tgetflag __PARMS((char *id));
  6. int tgetnum __PARMS((char *id));
  7. char *tgetstr __PARMS((char *id, char **buf));
  8. char *tgoto __PARMS((char *cm, int col, int line));
  9. int tputs __PARMS((char *cp, int affcnt, void (*outc)(unsigned int)));
  10.